@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

.top {
    height: 100px;
    background: #fff;
	position: relative;
	z-index: 9;
    min-width: 1280px;
}

.logo {
    height: 52px;
    padding-top: 24px;
    margin-left: 25px;
}

.logo img {
    display: block;
    height: 52px;
    line-height: 52px;
}

.lanuage {
    margin-top: 39px;
    margin-left: 10px;
    margin-right: 38px;
}

.lanuage .en {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    width: 70px;
    border: 1px solid #999;
    text-align: center;
}

.lanuage .en a {
    display: block;
    width: 32px;
    font-size: 14px;
    color: #999;
}

.lanuage .en span {
    display: block;
    font-size: 14px;
    color: #999;
}

.lanuage .en a:hover {
    color: #3f66b0;
}

.lanuage .en a.hover {
    color: #3f66b0;
}

.searchTab {
    position: relative;
    background: #3f66b0;
}

.searchTab.active:before {
    background: transparent;
}

.searchTaba {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/search.png) center center no-repeat;
}

.searchBox {
    background: #f5f5f5;
    position: absolute;
    width: 280px;
    height: 70px;
    right: 0;
    top: 110px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 100;
    display: none\0;
}

:root .searchBox {
    display: block\0;
}

.searchBox.hover {
    visibility: visible;
    opacity: 1;
    top: 100px;
    display: block\0;
}

.searchTab .search1 {
    position: absolute;
    width: 240px;
    top: 20px;
    left: 20px;
    background: #fff;
    height: 31px;
    display: block;
}

.searchTab .search1 input {
    display: block;
    height: 31px;
    width: 190px;
    padding: 0px 12px;
    line-height: 33px;
    font-size: 12px;
    color: #999;
    border: none;
    background: none;
    box-sizing: border-box;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.serach_a {
    position: absolute;
    right: 0;
    display: block;
    width: 50px !important;
    height: 31px;
    overflow: hidden;
    background: #3f66b0 url(../images/search1.png) no-repeat center center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.topHide {
    position: relative;
    height: 80px;
}

.animHide {
    opacity: 0;
}

/*头部结束*/
/*电话 start*/
.phoneList{
    overflow: hidden;
    padding-top: 24px;
}
.phoneDl{
    overflow: hidden;
}
.phoneDl dd{
    padding-left: 57px;
    color: #333;
    min-height: 47px;
    float: left;
    margin-right: 20px;
}
.phoneDl dd:nth-child(1){
    background: url(../images/tel_01.png) no-repeat center left;
}
.phoneDl dd:nth-child(2){
    background: url(../images/tel_02.png) no-repeat center left;
}
.phoneDl dd:nth-child(3){
    background: url(../images/tel_03.png) no-repeat center left;
}
.phoneDl dd:nth-child(4){
    background: url(../images/tel_03.png) no-repeat center left;
}
.phoneDl dd .one{
    font-size: 15px;
    padding-top: 2px;
    padding-left: 1px;
}
.phoneDl dd .two{
    font-size: 15px;
    font-weight: bold;
    padding-top: 2px;
}
/*电话 end*/
/*menu开始*/
.menuWrap{
    background: #29b3ad;
}
.menuParent{
    display: inline-block;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    z-index: 100;
}
.menu dd {
    float: left;
    display: inline;
    position: relative;
    padding: 0 25px;
}

.menu dd .yj a:after {
    content: "";
    display: none;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #3f66b0;
    left: 50%;
    margin-left: -3px;
    bottom: 17px;
    border-radius: 6px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.menu dd .yj {
    overflow: hidden;
}

.menu dd .yj a {
    overflow: hidden;
    display: block;
    text-align: center;
    height: 60px;
    font-size: 14px;
    position: relative;
    padding: 0 28px;
}

.menu dd .yj a span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
}

.menu dd .yj a em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

.menu dd .ej {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    display: none;
    z-index: 999;
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu dd .ej .ejInner{
    background: rgba(41,167,163, .9);
}
.menu dd .ej a {
    display: block;
    padding: 8px 5px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.menu dd:hover .yj a,.menu dd.hover .yj a{
    background: #fff;
}
.menu dd:hover .yj a span,.menu dd.hover .yj a span{
    color: #666666;
}
.menu dd:hover .yj a em,.menu dd.hover .yj a em{
    color: #b1b1b1;
}
.menu dd:hover .yj a:after {
    display: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    display: block;
}

.menu dd.hover .yj a:after {
    display: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.menu dd .ej a:hover {
    background: #eaf7f6;
    color: #29b3ad;
}
.menu dd .ej a.hover {
    background: #eaf7f6;
    color: #29b3ad;
}
/*menu结束*/

/*indexBanner开始*/

.indexBanner {
    overflow: hidden;
    height: 655px;
    width: 100%;
    position: relative;
}

.indexBanner .myslide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 655px;
}

.indexBanner .slick-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.indexBanner .slick-dots li {
    width: 35px;
    height: 10px;
    line-height: 9999px;
    text-align: center;
    background: #FFF;
    color: #ffffff;
    display: inline-block;
    margin: 0 11px;
    cursor: pointer;
    border-radius: 5px;
}

.indexBanner .slick-dots li.slick-active {
    background: #3e66b0;
}

.indexBanner .con1 {
    position: absolute;
    right: 13.5417%;
    top: 50%;
    margin-top: -43px;
}

.indexBanner .myslide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
    -webkit-transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
    opacity: 0;
}

.indexBanner .myslide.slick-active a {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

/*indexBanner结束*/

/*统一公用的大标题start*/
.maxTitleBox{
    height: 56px;
    overflow: hidden;
}
.maxTitle{
    padding-left: 40px;
    position: relative;
	overflow: hidden;
}
.maxTitle:after{
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 3px;
    background: #666;
    left: 5px;
    top: 24px;
}
.maxTitle span{
    display: block;
    padding-top: 10px;
    font-size: 20px;
    color: #444;
    font-weight: bold;
}
.maxTitle em{
    font-style: normal;
    font-size: 12px;
    color: #a09f9f;
	display: block;
	height: 20px;
	line-height: 20px;
}
.maxMore{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #888;
}
.maxMore a{
    color: #888;
    display: block;
}
.maxMore a em{
    padding-left: 5px;
    font-style: normal;
}
/*统一公用的大标题end*/

/*第一通栏start*/

.column1 {
    padding-bottom: 110px;
}

.columnScroll {
    position: relative;
    padding-top: 50px;
}

.columnScroll .bd {
    overflow: hidden;
    padding: 5px 0;
}

.columnScroll .slick-list {
    overflow: visible;
    margin-right: -30px;
}

.columnScroll .myslide {
    width: 33.3333%;
    float: left;
    display: inline;
    position: relative;
    padding-bottom: 10px;
}
.columnScroll .myslide:after{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #e5e5e5;
}
.columnScroll .myslide:last-child:after{
    background: transparent;
}
.columnScroll .con {
    margin: 20px;
}
.columnScroll .con .pic{
    position: relative;
    width: 77%;
    margin: 0 auto;
    background: #fff;
}
.columnScroll .con .pic:after{
    display: block;
    content: "";
    padding-top: 107.6923%;
}

.columnScroll .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.columnScroll .con .text{
    text-align: center;
}
.columnScroll .con .text .title{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #444;
    overflow: hidden;
}
.columnScroll .con .text .title a{
    color: #444;
}
.columnScroll .con .text .txt{
    height: 144px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.columnScroll .prev {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1) url(../images/prev1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    border-radius: 50px;
}

.columnScroll .next {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1) url(../images/next1.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}

.columnScroll .prev:hover{
     background: rgba(62, 102, 176, 0.3) url(../images/prev.png) no-repeat center center;
}
.columnScroll .next:hover {
    background: rgba(62, 102, 176, 0.3) url(../images/next.png) no-repeat center center;
}


/*第一通栏end*/

/*第二通栏start*/
.column2 {
    width: 100%;
    height: 615px;
    position: relative;
}
.col2L{
    width: 27.5%;
    position: relative;
    z-index: 10;
}
.col2L .col2Ltext{
    height: 84px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.groupDl{
    overflow: hidden;
    font-size: 0;
    text-align: center;
    margin-bottom: 120px;
}
.groupDl dd{
    float: left;
    display: inline;
    margin-right: 50px;
    min-width: 50px;
}
.groupDl dd .title{
    overflow: hidden;
    min-width: 50px;
}
.groupDl dd .title .titleCon{
    display: inline-block;
}
.groupDl dd .title span{
    float: left;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    display: inline;
}
.groupDl dd .title em{
    font-size: 18px;
    color: #666;
    font-style: normal;
    font-weight: bold;
    float: left;
    display: inline;
}
.groupDl dd .text{
    font-size: 14px;
    color: #999;
}
.moreView{
    width: 146px;
    height: 37px;
    background: #3e66b0;
    border-radius: 19px;
    text-align: center;
    line-height: 37px;
}
.moreView a{
    display: block;
    font-size: 14px;
    color: #fff;
}
.col2R{
    position: relative;
}
.historyDl {
    position: relative;
}
.historyList{
    overflow: hidden;
    padding-left: 40px;
}
.historyDl .bd {
    overflow: hidden;
    padding: 5px 0;
}

.historyDl .slick-list {
    overflow: visible;
    margin-right: -30px;
}

.historyDl .myslide {
    width: 25%;
    float: left;
    display: inline;
    position: relative;
    padding-bottom: 10px;
    border: none;
    outline: none;
}
.historyDl .myslide:after{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #e5e5e5;
}
.historyDl .myslide:last-child:after{
    background: transparent;
}
.historyDl .con {
    padding-right: 20px;
}
.historyDl .con .pic{
    position: relative;
    background: #fff;
    border-radius: 3px;
}
.historyDl .con .pic:after{
    display: block;
    content: "";
    padding-top: 141.3043%;
}

.historyDl .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}
.historyDl .myslide .con .pic .shade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    transition: all .5s;
    -webkit-transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.historyDl .myslide .con .pic .shade1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0);
    -webkit-transform: scale(0);
   visibility: hidden;
    opacity: 0;
}
.historyDl .con .pic .shade1 .bottom{
    position: absolute;
    width: 27px;
    height: 27px;
    left: 50%;
    margin-left: -13.5px;
    bottom: -13.5px;
    z-index: 10;
}
.historyDl .con .pic .shade1 .bottom a{
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/bottom.png) center center no-repeat;
}
.historyDl .con .pic .history{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.historyDl .con .pic .history .text{
    text-align: center;
}
.historyDl .con .pic .history .text .year{
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #888;
}
.historyDl .con .pic .history .text .text{
    height: 40px;
    line-height: 40px;
    color: #3e66b0;
    font-size: 18px;
    font-weight: bold;
}
.historyDl .con .pic .history .text .tEng{
    font-size: 14px;
    color: #b7b7b7;
    position: relative;
}
.historyDl .con .pic .history .text .tEng:after{
    display: block;
    content: "";
    position: absolute;
    width: 22px;
    height: 3px;
    left: 50%;
    margin-left: -11px;
    bottom: -35px;
    background: #d4d4d4;
}

.col2R .historyDl .prev {
    display: block;
    width: 25px;
    height: 40px;
    cursor: pointer;
    background: url(../images/prev2.png) no-repeat center center;
    position: absolute;
    left: 27.5%;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    display: none;
}


.col2R .historyDl .next {
    display: block;
    width: 25px;
    height: 40px;
    cursor: pointer;
    background: url(../images/next2.png) no-repeat center center;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    display: none;
}
.col2R .historyDl .prev:hover{
    background: rgba(0,0,0,0.1) url(../images/prev2.png) no-repeat center center;
}
.col2R .historyDl .next:hover{
    background: rgba(0,0,0,0.1) url(../images/next2.png) no-repeat center center;
}
.historyDl .myslide:hover .con .pic .shade{
    transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
    opacity: 0;
}
.historyDl .myslide:hover .con .pic .shade1{
    transform: scale(1);
    -webkit-transform: scale(1);
   visibility: visible;
    opacity: 1;
}
/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/
.col4Con{
    min-height: 350px;
}
.col4Con:after{
    display: block;
    content: "";
    clear: both;
}
.col4Con dd{
    float: left;
    display: inline;
    width: 25%;
}
.col4Con dd .con{
    position: relative;
   margin-right: 25px;
    box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.15);
}
.col4Con dd .con .picBox{
    position: relative;
    padding-bottom: 100px;
    transition: 0.4s ease;
    border-radius: 5px;
}
.col4Con dd .con .pic{
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.col4Con dd .con .pic:after{
    display: block;
    content: "";
    padding-top: 68.116%;
}
.col4Con dd .con .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.col4Con dd .con .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/bg7.png) left top no-repeat;
    z-index: 5;
    transition: 0.4s ease;
}
.col4Con dd .con .text .title{
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0 30px;
    overflow: hidden;
    transition: 0.4s ease;
}
.col4Con dd .con .text .title a{
    font-size: 16px;
    color: #666;
}
.col4Con dd .con .text .time{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #888;
    text-align: center;
}
.col4Con dd .con:hover .picBox{
    padding-bottom:124px ;
}
.col4Con dd .con:hover .text .title{
    height: 48px;
}
.col4Con dd .con:hover .text .title a{
    color: #3e66b0;
}
.col4Con dd .con:hover .text{
     position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/bg7.png) -331px top no-repeat;
    z-index: 5;
}
/*第三通栏end*/

/*底部开始*/
.footer{
    background: #264072;
    padding: 40px 0;
}
.footLogo{
    width:84px;
    height: 84px;
    margin: 0 auto;
}
.footLogo img{
    display: block;
    height: 100%;
    width: 100%;
}
.footerDl{
    text-align: left;
    font-size: 0;
    padding: 13px 0;
    position: relative;
    left: -15px;
}
.footerDl dd{
    display: inline-block;
    font-size: 16px;
    height: 30px;
    position: relative;
    line-height: 30px;
}
.footerDl dd a{
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}
.footerDl dd a:hover{color: #3499f2;}
.footerDl dd:after{
    display:
    block;
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #ffffff;
    right: 0;
    top:8px;
}
.footerDl dd:last-child:after{
    background: none;
}
.footerText{
    text-align: left;
    font-size: 14px;
    color: #fff;
    /* height: 32px; */
    line-height: 28px;
}
.footerText a{
    color: #fff;
}
.footerText a:hover{color: #3499f2;}
.footerIcn{
    font-size: 0;
    text-align: center;
}
.footerIcn dd{
    display: inline-block;
    margin: 0 14px;
    height: 43px;
    width: 43px;
    border-radius: 43px;
    background: #7c7b7b;
    position: relative;
}
.footerIcn dd a{
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 43px;
}
.footerIcn dd:nth-child(1){
    background:#7c7b7b  url(../images/qq.png) center center no-repeat;
}
.footerIcn dd .bdsharebuttonbox{
    position: absolute;
    width: 100%;
    height: 100%;
}
.footerIcn dd .bdsharebuttonbox a{
    display: block;
    width: 43px;
    height: 43px;
    margin: 0;
    background: url(../images/wx.png) center center no-repeat;
    padding-left: 0;
}
.footerIcn dd:hover{
    background: #5a7abb;
}
.footerIcn dd:hover:nth-child(1){
    background: #5a7abb url(../images/qq.png) center center no-repeat
}

.floatRight{
    position: fixed;
    width: 72px;
    height: 210px;
    right:0px;
    top: 200px;
    background:#ccc;
    z-index: 20;
}
.floatRtitle dd{
    height: 70px;
    width: 70px;
    margin: 1px;
    background: #fff;
    z-index: 30;
    position: relative;
}
.floatRtitle dd:hover{
    background: #3461a8;
}
.floatRtitle dd.active{
    background: #3461a8;
}
.floatRtitle dd a.bg{
    display: block;
    padding-top: 50px;
}
.floatRtitle dd:nth-child(1) .bg{
    background: url(../images/icn1.png) center center no-repeat;
}
.floatRtitle dd:nth-child(2) .bg{
    background: url(../images/icn5.png) center center no-repeat;
}
.floatRtitle dd:nth-child(3) .bg{
    background: url(../images/shop.png) center center no-repeat;
}
.floatRtitle dd:nth-child(4) .bg{
    background: url(../images/icn4.png) center center no-repeat;
}
.floatRtitle dd:nth-child(1):hover .bg{
    background: url(../images/icon3.png) center center no-repeat;
}
.floatRtitle dd:nth-child(2):hover .bg{
    background: url(../images/icn2.png) center center no-repeat;
}
.floatRtitle dd:nth-child(3):hover .bg{
    background: url(../images/shop1.png) center center no-repeat;
}
.floatRtitle dd:nth-child(4):hover .bg{
    background: url(../images/icn6.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(1) .bg{
    background: url(../images/icon3.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(2) .bg{
    background: url(../images/icn2.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(3) .bg{
    background: url(../images/shop1.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(4) .bg{
    background: url(../images/icn6.png) center center no-repeat;
}
.floatRtitle dd a span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.floatRtitle dd:hover a span{
    color: #fff;
}
.floatRtitle dd.active a span{
    color: #fff;
}
.tousu{
    position: absolute;
    width: 340px;
    left: -342px;
    height: 625px;
    top: 0px;
	visibility: hidden;
	opacity: 0;
    background: #fff url(../images/letterBg.png) center center no-repeat;
    transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.floatRight .foltWX.active .tousu{
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.tousu .titleb{
    height: 115px;
    line-height: 115px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.letterBox{
    padding: 0 20px;
}
.letterBox .tip{
    line-height: 25px;
    font-size: 12px;
    color: #666;
}
.formUl li{
    margin-bottom: 20px;
}
.formUl li .formBox{
    border: 1px solid #ccc;
    padding: 0 10px;
    overflow: hidden;
}
.formUl li .formBox .title{
    line-height: 35px;
    font-size: 14px;
    color: #999;
    height: 35px;
}
.formUl li .formBox .formDiv{
    overflow: hidden;
    line-height: 35px;
}
.formUl li .formBox .formDiv .formIpt{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    font-size: 14px;
    color: #666;
}
.formUl li .formBox .formDiv .formErea{
    width: 100%;
    height: 85px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    border: none;
    outline: none;
    padding: 5px 0px;
    resize: none;
}
.formUl li .code{
    margin-left: 10px;
    height: 37px;
    line-height: 37px;
}
.letterBtn a.ltBtn{
    float: left;
    display: inline;
    width: 130px;
    height: 43px;
    padding-top: 0;
    background: #cccccc;
    margin: 0 10px;
    line-height: 43px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.letterBtn a.ltBtn:nth-child(1){
    background: #4870bc;
}
.xcxCode {
	width: 120px;
    height: 120px;
	position: absolute;
	left: -70px;
	margin-left: -60px;
	top:-10px;
	padding-bottom: 7px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.xcxCode i {
	position: absolute;
	right: -7px;
	top: 50%;
    margin-top: -9px;
	width: 7px;
	height: 18px;
	background: url(../images/xcxIcn.png) no-repeat center center;
}

.xcxCode div {
	overflow: hidden;
	padding: 10px 10px;
	background: #FFF;
	border-radius: 3px;
}

.xcxCode div img {
	overflow: hidden;
	width: 100px;
	height: 100px;
	display: block;
}
.floatRight .foltWX:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.floatRight .floatWb:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.floatRight .folatShare:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.floatRight .floatRtitle{
    height: 0;
    visibility: visible;
    opacity: 1;
    transition:all .5s linear;
    -webkit-transition:all .5s linear;
}
.floatRight.active .floatRtitle{
   display: block;
}
/*底部结束*/
.footerL{ float: left; display: inline;}
.footerLUp{ overflow: hidden;}
.footerLUp .footLogo{float: left;display: inline;margin-right: 50px;}
.footerLUp .footerIcn{ float: left; display: inline; margin-top: 20px;}
.footerR{ float: right; display: inline;}
/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/
.subBanner{
	height: 300px;
	overflow: hidden;
	position: relative;
}
/*内页外结构开始*/

/*内页外结构结束*/

/*当前位置开始*/
.location {
    position: relative;
    height:59px;
    border-bottom: 1px solid #e3e3e3;
}

.locationbox {
    text-align: center;
}

.locationmenu span {
    font-style: normal;
    display: block;
    font-size: 26px;
    color: #333333;
    margin-bottom: 16px;
}

.locationmenu {
    margin: 0 auto;
    display: inline-block;
}

.locationmenu li {
    padding: 0 5px;
	margin: 0 21px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    display: inline;
    position: relative;
}
.locationmenu li.hover:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5281c6;
    bottom: -1px;
    left:0%;
}
.locationmenu li:hover:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5281c6;
    bottom: -1px;
    left: 0;
}
.locationmenu li a {
    display: block;
    color: #666;
    font-size: 14px;
	font-weight: bold;
}
.locationmenu  li.hover a {
    color: #5281c6;
}
.locationmenu  li:hover a {
    color: #5281c6;
}
/*当前位置结束*/


/*页码开始*/

.page {
    padding: 30px 0;
    text-align: center;
    clear: both;
    font-size: 14px;
}

.page a {
    display: inline-block;
    overflow: hidden;
    padding: 10px 16px;
    color: #999999;
    border-radius: 3px;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #eee;
}

.page span {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
    top: -15px;
}

.page a:hover {
    background: #3f66b0;
    color: #fff;
}

.page a.hover {
    background: #3f66b0;
    color: #fff;
}

.page input {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #e6e6e6;
    position: relative;
    top: -2px;
}

.page input.pageDetail {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #999999;
    position: relative;
    top: -13px;
}

.page label {
    color: #999999;
    position: relative;
    top: -11px;
}

.page input.page_bnt {
    border: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: none;
    color: #999999;
    position: relative;
    top: -13px;
}

.page a div {
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div {
    background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
    background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
    background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
    background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
    background-image: url(../images/page/firstPageH.png)
}

.page a.prevPage:hover div {
    background-image: url(../images/page/prevPageH.png)
}

.page a.nextPage:hover div {
    background-image: url(../images/page/nextPageH.png)
}

.page a.lastPage:hover div {
    background-image: url(../images/page/lastPageH.png)
}

.page a.firstPage.disabled {
    background: #E2E2E2;
}

.page a.prevPage.disabled {
    background: #E2E2E2;
}

.page a.nextPage.disabled {
    background: #E2E2E2;
}

.page a.lastPage.disabled {
    background: #E2E2E2;
}

.page a.firstPage.disabled div {
    background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
    background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
    background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
    background-image: url(../images/page/lastPage.png)
}

/*页码结束*/

/*内页框架结束*/
.footerR{ margin-top: 20px;}
.footerR .item{ float: left; display: inline; margin-left: 50px;}
.footerR .item .title{height: 38px;line-height: 38px;color: #cbcbcb;font-size: 14px;}
.footerR .item .list{line-height: 28px;font-size: 14px;color: #ffffff;}
.footerR .item .list span{ display: block;}
